
/* For Peterborough Model Flying Club web pages*/ 

P {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10pt;

}

P.small {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
}

/* Bullets and numbered paragraphs*/ 
LI{
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10pt;

}

/* Table Text*/ 
TD{
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10pt;

}

H2 {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 14pt;

}

/* H6 is the menu font. I wanted the lines close together and also liked small-caps, this seemed the way to do it.*/

H6 {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;  
  font-size: 10pt;
  line-height: 12pt;
   font-variant: small-caps;
  font-weight: normal;
  font-style: normal;
}

H6 {margin-top:3px; margin-bottom:3px}


A {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

A:link {
  text-decoration: none;
  color: #0000FF;
}

A:visited {
  text-decoration: none;
  color: #0000FF;
}

A:hover {
  text-decoration: none;
  color: #000000;
}
